.. _Argument Parsing Functions: ========================== Argument Parsing Functions ========================== .. toctree:: :maxdepth: 5 :hidden: :glob: * +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | **Function** | **Description** | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Arg_GetArgumentA` | Return the contents of an argument from an argument list by its number. | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Arg_GetCommandLineA` | Retrieve the argument specified by the nArgument parameter and returns it in the buffer specified by the lpszArgumentBuffer parameter. | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Arg_GetCommandLineExA`| Extended version of Arg_GetCommandLine. | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Arg_GetArgumentW` | Return the contents of an argument from an argument list by its number. | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Arg_GetCommandLineW` | Retrieve the argument specified by the nArgument parameter and returns it in the buffer specified by the lpszArgumentBuffer parameter. | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Arg_GetCommandLineExW`| Extended version of Arg_GetCommandLine. | +----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+